Click or drag to resize

ServiceGetRooms Method

Retrieves a collection of all rooms in the specified room list in the organization.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public GetRoomsResponse GetRooms(
	Mailbox mailbox
)

Parameters

mailbox
Type: Independentsoft.ExchangeMailbox
The mailbox of the room list.

Return Value

Type: GetRoomsResponse
All the rooms within the specified room list.
See Also